home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000376_dold@GPSXNMEAXt.usenet.us.com_Wed Sep 1 11:02:45 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!news.mainstreet.net!wasp.rahul.net!blue.rahul.net!not-for-mail
  2. From: dold@GPSXNMEAXt.usenet.us.com
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: GPS NMEA time reader
  5. Date: Wed, 1 Sep 2004 14:26:41 +0000 (UTC)
  6. Organization: a2i network
  7. Lines: 29
  8. Sender: Clarence Dold <dold@green.rahul.net>
  9. Message-ID: <ch4m71$koi$2@blue.rahul.net>
  10. NNTP-Posting-Host: green.rahul.net
  11. X-Trace: blue.rahul.net 1094048801 21266 192.160.13.49 (1 Sep 2004 14:26:41 GMT)
  12. X-Complaints-To: support@rahul.net
  13. NNTP-Posting-Date: Wed, 1 Sep 2004 14:26:41 +0000 (UTC)
  14. X-Comment: Encoded From: line allows replies that preserve original subject
  15. User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (Linux/2.4.20-30.7.legacysmp (i686))
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15142
  17.  
  18. I have a commodity GPS (Garmin eTrex)
  19. This produces NMEA strings at 4800 baud that I can read easily with
  20. Kermit95.  
  21.  
  22. A string that starts with $GPRMC contains the date and time in GMT.
  23. The strings appear every few seconds, with a granularity of +/-2 seconds.
  24.  
  25. What I want to do is read these with Kermit95 and use them to set the time
  26. and date on a Windows PC.  The fact that it is GMT is a little bit of a
  27. problem, and I thought someone else might already have done the work for
  28. me.
  29.  
  30. If the script also worked on MSDOS and Unix, that would be great.  On Unix,
  31. I think the GMT offset is not a big deal, but I don't know what to do on
  32. Windows/DOS.
  33.  
  34.  
  35. This is from 010904 September 1, 2004, at 13:40:58 GMT
  36. Once satellite lock is found, the position appears
  37. $GPRMC,134058,A,3850.1234,N,12230.5678,W,0.0,71.4,010904,15.0,E,A*0D
  38.        ------                                     ------
  39. Before satellite lock is found, there is no position, and no time.
  40. The ",V," indicates that the fix is no good.
  41. $GPRMC,,V,,,,,,,010904,15.0,E,N*00
  42.  
  43. -- 
  44. ---
  45. Clarence A Dold - Hidden Valley (Lake County) CA USA  38.8-122.5
  46.